QAColorTableDelete
You can use theQAColorTableDelete
function to delete a color lookup table.
void QAColorTableDelete ( const TQAEngine *engine, TQAColorTable *colorTable);
engine
- A drawing engine.
colorTable
- A color lookup table.
DESCRIPTION
TheQAColorTableDelete
function deletes the color lookup table specified by thecolorTable
parameter. Any memory and other resources associated with that color lookup table are released.SEE ALSO
Use theQAColorTableNew
function (page 1-83) to create a color lookup table.